home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Communications / Converse / Source / Makefile < prev    next >
Makefile  |  1996-01-07  |  1KB  |  58 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Converse
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = IconConverse.tiff
  16. LOCAL_RESOURCES = Converse.nib InfoPanel.nib PreferencesPanel.nib Help
  17.  
  18. GLOBAL_RESOURCES = IconConverse.tiff IconConverseNew.tiff\
  19.                    IconConverseNewColor.tiff Avon.snd
  20.  
  21. CLASSES = Communication.m Converse.m IconAnimator.m InfoController.m\
  22.           Preferences.m TextAppend.m User.m
  23.  
  24. HFILES = Communication.h Converse.h IconAnimator.h InfoController.h\
  25.          Preferences.h TextAppend.h User.h
  26.  
  27. OTHERLINKED = _NSArchiverData+LeakFix.o
  28.  
  29. MFILES = Converse_main.m
  30.  
  31. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  32.  
  33. OTHERLINKEDOFILES = _NSArchiverData+LeakFix.o
  34.  
  35. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  36. MAKEFILE = app.make
  37. INSTALLDIR = $(HOME)/Apps
  38. INSTALLFLAGS = -c -s -m 755
  39. SOURCEMODE = 444
  40.  
  41. ICONSECTIONS =    -sectcreate __ICON app IconConverse.tiff
  42.  
  43. LIBS = -lEOAccess_s -lEOInterface_s -lFoundation_s -lMedia_s -lNeXT_s\
  44.        -lIndexing_s
  45. DEBUG_LIBS = $(LIBS)
  46. PROF_LIBS = $(LIBS)
  47.  
  48.  
  49.  
  50.  
  51. -include Makefile.preamble
  52.  
  53. include $(MAKEFILEDIR)/$(MAKEFILE)
  54.  
  55. -include Makefile.postamble
  56.  
  57. -include Makefile.dependencies
  58.